body{

    background-color:rgb(227, 49, 49) ;
    background-image: url("../images\ for\ offical\ website/Braves.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 45%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.A{

width: fit-content;
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
border-radius: 15px;
margin:auto;
font-size: 70px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.B{
background-color: blue;
font-size: 35px;
border-radius: 15px;
width: 900px;
margin-left: 700px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.C{

float: left;

}

.D{

float: right;

}